#include using namespace std; #include "f.h" using namespace universal; void f(){ cout << " In F " << endl; } int rocket::getThrust() const{ return thrust; } void rocket::setThrust(int n){ thrust = n; }